services.gitlab-runner.services.<name>.dockerAllowedImages
Whitelist allowed images.
- Type
list of string- Default
[ ]- Example
[ "ruby:*" "python:*" "php:*" "my.registry.tld:5000/*:*" ]- Declared
- <nix-darwin/modules/services/gitlab-runner.nix>
Whitelist allowed images.
list of string[ ][
"ruby:*"
"python:*"
"php:*"
"my.registry.tld:5000/*:*"
]